home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qms16602.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  15.9 KB  |  499 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "QMS 1660 Print System Level 2" versions 2011.22
  4. *% Date: 7 April 1994
  5. *% Modified: 05/24/94
  6.  
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10. *PCFileName: "QMS16602.PPD"
  11.  
  12. *% QMS Defaults==========
  13. *MiserMode: True
  14.  
  15. *Product: "(QMS 1660 Print System)"
  16. *PSVersion: "(2011.22) 13"
  17. *ModelName: "QMS 1660 Level 2"
  18. *NickName: "QMS 1660 Level 2"
  19.  
  20. *% ADORequiresEExec added by Microsoft
  21. *ADORequiresEExec: True
  22.  
  23.  
  24. *% General Information and Defaults ===============
  25. *LanguageLevel: "2"
  26. *AcceptsTrueType: True
  27. *FreeVM: "800000"
  28. *% ColorDevice: True
  29. *VariablePaperSize: False
  30. *EndOfDocument: True
  31. *FileSystem: True
  32. *?FileSystem: "
  33. save
  34.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  35. restore
  36. "
  37. *End
  38. *Throughput: "16"
  39. *Password: "0"
  40. *ExitServer: "
  41.  count 0 eq
  42.  { false } { true exch startjob } ifelse
  43.  not { 
  44.      (WARNING : Cannot perform the exitserver command.) = 
  45.      (Password supplied is not valid.) = 
  46.      (Please contact the author of this software.) = flush quit
  47.      } if
  48. "
  49. *End
  50. *Reset: "
  51.  count 0 eq
  52.  { false } { true exch startjob } ifelse
  53.  not {
  54.     (WARNING: Cannot reset printer.) =
  55.     (Missing or invalid password.) =
  56.     (Please contact the author of this software.) = flush quit
  57.     } if
  58.  systemdict /quit get exec
  59.  (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *% Halftone Information ===============
  64. *ScreenFreq: "60.0"
  65. *ScreenAngle: "45.0"
  66. *DefaultScreenProc: Dot
  67. *ScreenProc Dot: "
  68. { 1.4 0.24 
  69.   { 2 
  70.    { 3 1 roll add dup 1.0 gt { 2.0 sub } if 
  71.    } repeat 
  72.    abs exch abs 2 copy add 1 gt 
  73.    { 1 sub dup mul exch 1 sub dup mul add 1 sub } 
  74.    { dup mul exch dup mul add 1 exch sub}
  75.     ifelse 
  76.   } exec 
  77. }
  78. "
  79. *End
  80. *ScreenProc Line: "{ pop }"
  81. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  82.  
  83. *DefaultTransfer: Null
  84. *Transfer Null: "{ }"
  85. *Transfer Null.Inverse: "{ 1 exch sub }"
  86.  
  87. *% Paper Handling ===================
  88.  
  89. *DefaultResolution: 600dpi
  90. *SetResolution 1200dpi: "statusdict begin 1200 setresolution end"
  91. *End
  92. *SetResolution 600dpi: "statusdict begin 600 setresolution end"
  93. *End
  94. *SetResolution 300dpi: "statusdict begin 300 setresolution end"
  95. *End
  96.  
  97. *SetJobResolution 300x300dpi: "statusdict begin 300 setresolution end"
  98. *SetJobResolution 600x600dpi: "statusdict begin 600 setresolution end"
  99. *SetJobResolution 1200x600dpi: "statusdict begin 1200 setresolution end"
  100. *End
  101.  
  102. *?Resolution: "
  103. save
  104.   statusdict begin resolution end
  105.   128 string cvs dup print (x) print print (dpi) = flush
  106. restore
  107. "
  108. *End
  109.  
  110. *OpenUI *PageSize: PickOne
  111. *OrderDependency: 15 AnySetup *PageSize
  112. *DefaultPageSize: Letter
  113. *PageSize Letter: "
  114.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  115. *End
  116. *PageSize Legal: "
  117.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  118. *End
  119. *PageSize Executive: "
  120.     2 dict dup /PageSize [522 757] put dup /ImagingBBox null put setpagedevice"
  121. *End
  122. *PageSize Tabloid: "
  123.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  124. *End
  125. *PageSize Universal: "
  126.     2 dict dup /PageSize [842 1224] put dup /ImagingBBox null put setpagedevice"
  127. *End
  128. *PageSize Full11x17: "
  129.     2 dict dup /PageSize [816 1253] put dup /ImagingBBox null put setpagedevice"
  130. *End
  131. *PageSize A3: "
  132.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  133. *End
  134. *PageSize A4: "
  135.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  136. *End
  137. *PageSize A5: "
  138.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  139. *End
  140. *PageSize Postcard: "
  141.     2 dict dup /PageSize [297 420] put dup /ImagingBBox null put setpagedevice"
  142. *End
  143. *PageSize B4: "
  144.     2 dict dup /PageSize [729 1032] put dup /ImagingBBox null put setpagedevice"
  145. *End
  146. *PageSize B5: "
  147.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  148. *End
  149. *PageSize B6: "
  150.     2 dict dup /PageSize [363 516] put dup /ImagingBBox null put setpagedevice"
  151. *End
  152. *PageSize 12x19: "
  153.     2 dict dup /PageSize [864 1368] put dup /ImagingBBox null put setpagedevice"
  154. *End
  155. *?PageSize: "
  156.  save
  157.    currentpagedevice /PageSize get aload pop
  158.    2 copy gt {exch} if 
  159.    (Unknown) 
  160.    6 dict
  161.    dup [612 792] (Letter) put
  162.    dup [612 1008] (Legal) put
  163.    dup [522 757] (Executive) put
  164.    dup [842 1224] (Universal) put
  165.    dup [792 1224] (Tabloid) put
  166.    dup [816 1253] (Full11x17) put
  167.    dup [842 1191] (A3) put
  168.    dup [596 842] (A4) put
  169.    dup [420 595] (A5) put
  170.    dup [297 420] (Postcard) put
  171.    dup [729 1032] (B4) put
  172.    dup [516 729] (B5) put
  173.    dup [363 516] (B6) put
  174.    dup [864 1368] (12x19) put
  175.  { exch aload pop 4 index sub abs 5 le exch 
  176.    5 index sub abs 5 le and 
  177.       {exch pop exit} {pop} ifelse
  178.    } bind forall
  179.    = flush pop pop
  180. restore 
  181. "
  182. *End
  183. *CloseUI: *PageSize
  184.  
  185. *% These entries will set up the frame buffer. Usually used with manual feed.
  186. *DefaultPageRegion: Letter
  187. *PageRegion Letter: "
  188.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  189. *End
  190. *PageRegion Legal: "
  191.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  192. *End
  193. *PageRegion Executive: "
  194.     2 dict dup /PageSize [522 757] put dup /ImagingBBox null put setpagedevice"
  195. *End
  196. *PageRegion Tabloid: "
  197.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  198. *End
  199. *PageRegion Universal: "
  200.     2 dict dup /PageSize [842 1224] put dup /ImagingBBox null put setpagedevice"
  201. *End
  202. *PageRegion Full11x17: "
  203.     2 dict dup /PageSize [816 1253] put dup /ImagingBBox null put setpagedevice"
  204. *End
  205. *PageRegion A3: "
  206.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  207. *End
  208. *PageRegion A4: "
  209.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  210. *End
  211. *PageRegion A5: "
  212.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  213. *End
  214. *PageRegion Postcard: "
  215.     2 dict dup /PageSize [297 420] put dup /ImagingBBox null put setpagedevice"
  216. *End
  217. *PageRegion B4: "
  218.     2 dict dup /PageSize [729 1032] put dup /ImagingBBox null put setpagedevice"
  219. *End
  220. *PageRegion B5: "
  221.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  222. *End
  223. *PageRegion B6: "
  224.     2 dict dup /PageSize [363 516] put dup /ImagingBBox null put setpagedevice"
  225. *End
  226. *PageRegion 12x19: "
  227.     2 dict dup /PageSize [864 1368] put dup /ImagingBBox null put setpagedevice"
  228. *End
  229.  
  230. *OpenUI *PaperTray: PickOne
  231. *OrderDependency: 20 AnySetup *PaperTray
  232. *PaperTray Letter: "statusdict begin lettertray end"
  233. *PaperTray Legal: "statusdict begin legaltray end"
  234. *PaperTray Executive: "statusdict begin executivetray end"
  235. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  236. *PaperTray Universal: "statusdict begin universaltray end"
  237. *PaperTray Full11x17: "statusdict begin full11x17tray end"
  238. *PaperTray A3: "statusdict begin a3tray end"
  239. *PaperTray A4: "statusdict begin a4tray end"
  240. *PaperTray A5: "statusdict begin a5tray end"
  241. *PaperTray Postcard: "statusdict begin postcardtray end"
  242. *PaperTray B4: "statusdict begin b4tray end"
  243. *PaperTray B5: "statusdict begin b5tray end"
  244. *PaperTray B6: "statusdict begin b6tray end"
  245. *PaperTray 12x19: "statusdict begin 12x19tray end"
  246. *?PaperTray: "
  247.  save statusdict begin
  248.   15 dict begin
  249.    /letter (Letter) def 
  250.    /legal (Legal) def
  251.    /executivepage (Executive) def
  252.    /11x17 (Tabloid) def 
  253.    /universal (Universal) def
  254.    /fullledger (FullLedger) def
  255.    /a3 (A3) def 
  256.    /a4 (A4) def
  257.    /a5 (A5) def
  258.    /postcard (postcard) def 
  259.    /b4 (B4) def 
  260.    /b5 (B5) def 
  261.    /b6 (B6) def 
  262.    /12x19 (12x19) def 
  263.    papersize {
  264.      {load exec} stopped not{= flush}if
  265.    }{
  266.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  267.    }ifelse
  268.   end
  269.  end restore
  270. "
  271. *End
  272. *CloseUI: *PaperTray
  273.  
  274. *% The following entries provide information about specific paper keywords.
  275. *DefaultImageableArea: Letter
  276. *ImageableArea Letter: "10 10 598 780 "
  277. *ImageableArea Legal: "10 14 600 998 "
  278. *ImageableArea Executive: "10 14 510 746 "
  279. *ImageableArea Tabloid: "10 14 780 1214 "
  280. *ImageableArea Universal: "10 14 830 1214 "
  281. *ImageableArea Full11x17: "10 14 802 1242 "
  282. *ImageableArea A3: "10 14 830 1181 "
  283. *ImageableArea A4: "10 10 581 830 "
  284. *ImageableArea A5: "10 10 405 583 "
  285. *ImageableArea Postcard: "10 10 282 405 "
  286. *ImageableArea B4: "10 14 717 1021 "
  287. *ImageableArea B5: "10 10 501 717 "
  288. *ImageableArea B6: "10 14 352 506 "
  289. *ImageableArea 12x19: "10 14 870 1354 "
  290. *?ImageableArea: "
  291.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  292.   newpath clippath pathbbox
  293.   4 -2 roll exch 2 {ceiling cvp} repeat
  294.   exch 2 {floor cvp} repeat flush
  295.  restore
  296. "
  297. *End
  298.  
  299. *% These provide the physical dimensions of the paper (by keyword)
  300. *DefaultPaperDimension: Letter
  301. *PaperDimension Letter: "612 792"
  302. *PaperDimension Legal: "612 1008"
  303. *PaperDimension Executive: "522 756"
  304. *PaperDimension Tabloid: "792 1224"
  305. *PaperDimension Universal: "842 1224"
  306. *PaperDimension Full11x17: "816 1253"
  307. *PaperDimension A3: "842 1191"
  308. *PaperDimension A4: "596 842"
  309. *PaperDimension A5: "420 595"
  310. *PaperDimension Postcard: "297 420"
  311. *PaperDimension B4: "729 1032"
  312. *PaperDimension B5: "516 729"
  313. *PaperDimension B6: "363 516"
  314. *PaperDimension 12x19: "864 1368"
  315.  
  316. *DefaultOutputBin: Upper
  317.  
  318. *DefaultInputSlot: Standard
  319. *InputSlot Standard: "statusdict begin 1 setpapertray end"
  320. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  321. *InputSlot Optional: "statusdict begin 3 setpapertray end"
  322. *?InputSlot: "
  323.  save statusdict begin
  324.   3 dict begin
  325.    /1 (Standard) def
  326.    /2 (Lower) def
  327.    /3 (Optional) def
  328.    papertray 
  329.      {( ) cvs cvn load exec} stopped not{= flush}if
  330.   end
  331.  end restore
  332. "
  333. *End
  334.  
  335. *CloseGroup: PaperHandling
  336.  
  337. *%DefaultManualFeed: None
  338. *DefaultManualFeed: False
  339. *?ManualFeed: "
  340.   statusdict /manualfeed get
  341.   {(True)}{(False)}ifelse = flush"
  342. *End
  343. *ManualFeed True: "statusdict begin /manualfeed true store end"
  344. *ManualFeed False: "statusdict begin /manualfeed false store end"
  345.  
  346.  
  347. *DefaultOutputOrder: Normal
  348.  
  349.  
  350. *OpenUI *Collate:  Boolean
  351. *OrderDependency:  40 AnySetup *Collate
  352. *DefaultCollate: True
  353. *Collate True:  "1 dict dup /Collate true put setpagedevice"
  354. *Collate False:  "1 dict dup /Collate false put setpagedevice"
  355. *?Collate:"
  356. save
  357.   currentpagedevice /Collate get
  358.   {(True)}{(False)}ifelse = flush restore"
  359. *End
  360. *CloseUI: *Collate
  361.  
  362. *% Font Information =====================
  363.  
  364. *DefaultFont: Courier
  365. *Font AvantGarde-Book: Standard "(001.002)"
  366. *Font AvantGarde-BookOblique: Standard "(001.002)"
  367. *Font AvantGarde-Demi: Standard "(001.003)"
  368. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  369. *Font Bookman-Demi: Standard "(001.001)"
  370. *Font Bookman-DemiItalic: Standard "(001.001)"
  371. *Font Bookman-Light: Standard "(001.001)"
  372. *Font Bookman-LightItalic: Standard "(001.001)"
  373. *Font Courier: Standard "(001.005)"
  374. *Font Courier-Bold: Standard "(001.005)"
  375. *Font Courier-BoldOblique: Standard "(001.005)"
  376. *Font Courier-Oblique: Standard "(001.005)"
  377. *Font Helvetica: Standard "(001.002)"
  378. *Font Helvetica-Bold: Standard "(001.002)"
  379. *Font Helvetica-BoldOblique: Standard "(001.002)"
  380. *Font Helvetica-Condensed: Standard "(001.001)"
  381. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  382. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  383. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  384. *Font Helvetica-Narrow: Standard "(001.002)"
  385. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  386. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  387. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  388. *Font Helvetica-Oblique: Standard "(001.002)"
  389. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  390. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  391. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  392. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  393. *Font Palatino-Bold: Standard "(001.002)"
  394. *Font Palatino-BoldItalic: Standard "(001.002)"
  395. *Font Palatino-Italic: Standard "(001.002)"
  396. *Font Palatino-Roman: Standard "(001.001)"
  397. *Font Symbol: Special "(001.003)"
  398. *Font Times-Bold: Standard "(001.002)"
  399. *Font Times-BoldItalic: Standard "(001.004)"
  400. *Font Times-Italic: Standard "(001.002)"
  401. *Font Times-Roman: Standard "(001.002)"
  402. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  403. *Font ZapfDingbats: Special "(001.002)"
  404. *?FontQuery: "
  405.  save
  406.    { count 1 gt
  407.       { exch dup 127 string cvs (/) print print (:) print
  408.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  409.       } { exit } ifelse 
  410.    } bind loop
  411.    (*) = flush
  412.  restore
  413. "
  414. *End
  415.  
  416. *?FontList: "
  417. save
  418.   (*) {cvn ==} 128 string /Font resourceforall
  419.   (*) = flush
  420. restore
  421. "
  422. *End
  423.  
  424. *% Printer Messages (verbatim from printer):
  425. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  426. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  427. *Message: "\FontName\ not found, using Courier"
  428.  
  429. *% Status (format: %%[ status: <one of these> ]%% )
  430. *Status: "idle"
  431. *Status: "busy"
  432. *Status: "waiting"
  433. *Status: "printing"
  434. *Status: "warming up"
  435.  
  436. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  437. *Source: "serial25"
  438. *Source: "AppleTalk"
  439. *Source: "Centronics"
  440.  
  441. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  442.  
  443. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  444.  
  445. *% Color Separation Information =====================
  446.  
  447. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  448.  
  449. *InkName: ProcessBlack/Process Black
  450. *InkName: CustomColor/Custom Color
  451. *InkName: ProcessCyan/Process Cyan
  452. *InkName: ProcessMagenta/Process Magenta
  453. *InkName: ProcessYellow/Process Yellow
  454.  
  455. *%  For 53 lpi / 300 dpi  ===============================
  456.  
  457. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45"
  458. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45"
  459. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "45"
  460. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "45"
  461. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "45"
  462.  
  463. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53"
  464. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53"
  465. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "53"
  466. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "53"
  467. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "53"
  468.  
  469. *%  For 71 lpi / 600 dpi  ===============================
  470.  
  471. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  472. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  473. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "45"
  474. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "45"
  475. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "45"
  476.  
  477. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "71"
  478. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "71"
  479. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71"
  480. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "71"
  481. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "71"
  482.  
  483. *%  For 71 lpi / 1200 dpi  ===============================
  484.  
  485. *ColorSepScreenAngle ProcessBlack.71lpi.1200dpi/71 lpi / 1200 dpi: "45"
  486. *ColorSepScreenAngle CustomColor.71lpi.1200dpi/71 lpi / 1200 dpi: "45"
  487. *ColorSepScreenAngle ProcessCyan.71lpi.1200dpi/71 lpi / 1200 dpi: "45"
  488. *ColorSepScreenAngle ProcessMagenta.71lpi.1200dpi/71 lpi / 1200 dpi: "45"
  489. *ColorSepScreenAngle ProcessYellow.71lpi.1200dpi/71 lpi / 1200 dpi: "45"
  490.  
  491. *ColorSepScreenFreq ProcessBlack.71lpi.1200dpi/71 lpi / 1200 dpi: "71"
  492. *ColorSepScreenFreq CustomColor.71lpi.1200dpi/71 lpi / 1200 dpi: "71"
  493. *ColorSepScreenFreq ProcessCyan.71lpi.1200dpi/71 lpi / 1200 dpi: "71"
  494. *ColorSepScreenFreq ProcessMagenta.71lpi.1200dpi/71 lpi / 1200 dpi: "71"
  495. *ColorSepScreenFreq ProcessYellow.71lpi.1200dpi/71 lpi / 1200 dpi: "71"
  496.  
  497.  
  498. *% end of PPD file for QMS 1660 Print System
  499.